-
Notifications
You must be signed in to change notification settings - Fork 32
Update concoredocker with concore. #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update concoredocker with concore. #225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates concoredocker.py to align more closely with the non-docker concore implementation by adding ZeroMQ-based transport, improving value serialization (NumPy → Python), and switching runtime output to logging.
Changes:
- Added ZeroMQ port initialization/registry and ZMQ read/write support.
- Added NumPy-to-native-Python conversion to improve file serialization.
- Updated parameter parsing delimiter to
;and replacedprintcalls withlogging.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated comment to reflect potential breaking change regarding comma-separated parameters.
|
@pradeeban should be ready to merge, thanks! |
|
Merged. Thanks. |
In this pr I have added following to concoredocker.py: